projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf0849
)
Fix misplaced braces in loading.texi
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 31 Jan 2022 16:34:03 +0000
(17:34 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 31 Jan 2022 16:34:03 +0000
(17:34 +0100)
* doc/lispref/loading.texi (Where Defined): Fix misplaced braces.
doc/lispref/loading.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/loading.texi
b/doc/lispref/loading.texi
index 6179270dd3d5d2ceec22d6a81d03cf0a2e4df27a..f17514655da92dd6e53a488fb51700e6ad835cdb 100644
(file)
--- a/
doc/lispref/loading.texi
+++ b/
doc/lispref/loading.texi
@@
-1099,7
+1099,7
@@
files (typically, one of them is an autoload), so in order to be
able to properly @emph{unload} a file, we need to know more precisely
what that file did to the function definition.
-@kindex
{function-history}
+@kindex
function-history
The symbol property @code{function-history} holds a list of the form
@code{(@var{file1} @var{def2} @var{file2} @var{def3} ...)} where
@var{file1} is the last file that changed the definition and